Vcenter TrustedInfrastructure Hosts Hardware Tpm Info
The Vcenter TrustedInfrastructure Hosts Hardware Tpm Info schema contains information that describes a TPM device.
This schema was added in vSphere API 8.0.0.1.
{
"major_version": 0,
"minor_version": 0,
"active": false,
"manufacturer": "string",
"model": "string",
"firmware_version": "string",
"banks": [
{
"algorithm": "string",
"pcrs": {
"pcrs": "string"
}
}
]
}
The TPM major version number.
This property was added in vSphere API 8.0.0.1.
The TPM minor version number.
This property was added in vSphere API 8.0.0.1.
The TPM status.
Inactive TPMs cannot be used for sealing or attestation.
This property was added in vSphere API 8.0.0.1.
The TPM manufacturer.
This property was added in vSphere API 8.0.0.1.
if missing or null
, manufacturer is not available.
The TPM model.
This property was added in vSphere API 8.0.0.1.
if missing or null
, model is not available.
The TPM firmware version.
This property was added in vSphere API 8.0.0.1.
if missing or null
, firmware version is not available.
The list of the PCR banks of the TPM device.
This property was added in vSphere API 8.0.0.1.